Skip to content

Conversation

@MvWouden
Copy link

@MvWouden MvWouden commented Mar 9, 2023

Using a newer version or PyTorch (required for modern GPUs), the following user warning will be thrown during the training process:

 UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument.
(Triggered internally at ..\aten\src\ATen\native\TensorShape.cpp:3191.)

Avoid this by adding the indexing parameter to the torch.meshgrid call.

See the PyTorch documentation on meshgrid for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant